home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp95 / cedhp95.rea < prev    next >
Text File  |  1992-05-20  |  1KB  |  50 lines

  1. CEDHP95.README
  2. INFORMATION ABOUT USING THE HP95 WITH CED AND DIET:
  3. Author:  Thomas Danielson, mll@lysator.liu.se
  4.  
  5. CED is a Command line editor that used as a TSR remembers the DOS commands
  6. in a command stack and then lets you recall them.  It also makes it easy to 
  7. create synonyms for the commands that you use often.  
  8. Please see the CED.DOC file.
  9.  
  10. I had problems using CED together with DIET, the .EXM files wouldn't load .
  11. This is 
  12. how I solved the problem to be able to still use the .EXM files with both
  13. DIET and CED installed.  If you come up with a better solution, please let 
  14. me know...
  15.  
  16. CONFIG.SYS
  17. SHELL =C:\COMMAND.COM /E:512 /P
  18.  
  19. AUTOEXEC.BAT
  20. echo off
  21. cls
  22. echo Please wait...
  23. prompt $p$g
  24. path=C:\;C:\_SYS;C:\_DAT;C:\BIN;A:\;A:\EXM;A:\BIN\GAMES;A:\UTILS;A:\BAT;A:\BIN\H;A:\UTILS\PLAYBACK
  25. serctl /o
  26. b-cursor>nul
  27. diet -z -p -ta:>nul
  28. echo.
  29. echo    welcome to MS-DOS ver 3.22
  30. echo    please type 95 to go to HP SYSMGR
  31. cedinst
  32. echo nothing
  33.  
  34. CEDINST.BAT
  35. echo off
  36. ced -B128,128,128,128,128
  37.  
  38. 95.BAT
  39. $SYSMGR
  40.  
  41. both CED.COM and CED.DOC are
  42.  
  43.  
  44. Copyright (c) 1985 by
  45. Christopher J. Dunford   
  46.  
  47. This file, CEDHP95.README
  48. created by Thomas Danielson, INTERNET: mll@lysator.liu.se
  49.  
  50.